failure 440:

Requirement failed: {nextafter.10.01.01;nextafter.10.02.01} Function executed successfully with EOK error code, while `(isOverflow_Unifloat(model_res) && isNormal_Unifloat(x)) || ((isUnderflow_Unifloat(model_res) || isZero_Unifloat(model_res)) && (compare_Unifloat(x,y) != 0)) == true` means that ERANGE SHALL be set
location
trace /var/opt/lsb/test/olver-core/2013-01-21_10-20-40/util_float_scenario.utz (util_float_scenario.utt), line 11519
occurence
scenario util_float_scenario
specification function nextafter_spec()
parameter value  CallContext context = [pid=17999,thr=b752d6c0]
parameter value  Unifloat * @x = (double) 4.9406564584124654e-324 (0x.8000000000000000P-1073)
parameter value  Unifloat * x = (double) 4.9406564584124654e-324 (0x.8000000000000000P-1073)
parameter value  Unifloat * @y = (double) 0.0000000000000000e+00 (0x.0000000000000000P1)
parameter value  Unifloat * y = (double) 0.0000000000000000e+00 (0x.0000000000000000P1)
parameter value  ErrorCode * @errno = EOK
parameter value  ErrorCode * errno = EOK
return value  (Unifloat *) (double) 0.0000000000000000e+00 (0x.0000000000000000P1)
coverage
& branch
C
x - normal, y - normal, x>y
properties
REQ failed nextafter.10.01.01
REQ failed nextafter.10.02.01
kind POSTCONDITION_FAILED
similar known bug(s)
The nextafter(x, y) family of functions functions shall compute the next representable floating-point value following x in the direction of y. According to LSB, if the correct value is subnormal or underflows then ERANGE error code shall be set. But on the target machine the function sets error code EOK instead of ERANGE.